fix(docker): bump curl pin to 8.21.0-r0#519
Open
sbaerlocher wants to merge 1 commit into
Open
Conversation
The pkg.arillso.io proxy dropped curl 8.20.0-r1, breaking apk package selection in the security-scan build. 8.21.0-r0 is the current release. Signed-off-by: Simon Bärlocher <s.baerlocher@sbaerlocher.ch>
There was a problem hiding this comment.
No issues found.
Verified the curl pin bump from 8.20.0-r1 to 8.21.0-r0:
- Both
apk addblocks (builder line 65, production line 103) updated consistently. - Exact-pin format
pkg=version-rNpreserved and still routed through the pkg.arillso.io proxy. - No remaining references to the old
8.20.0-r1version anywhere in the repo.
Clean proxy-rotation fix. Approving.
Contributor
Ansible Container Tests Summary — ✅ SUCCESS
Statistical Summary
Environment Information
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The daily security scan build failed with
ERROR: unable to select packages: breaks: world[curl=8.20.0-r1]. The pkg.arillso.io caching proxy has rotatedcurlfrom8.20.0-r1to8.21.0-r0for Alpine v3.24, dropping the old release.Bumps the pinned
curlversion in both the builder and productionapk addblocks. All other pins verified still present on the proxy.Failing run: https://github.com/arillso/docker.ansible/actions/runs/28696825842
Test plan